home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
PC
/
FILES.BBS
< prev
next >
Wrap
File List
|
1997-02-08
|
4KB
|
68 lines
===========================================================
Misc PC programming files
===========================================================
The notation 'ASP' indicates the program complies with the
standards of the Association of Shareware Professionals.
CDROMFAQ.ZIP Cd-rom programming faq version 1.00
GAMEPAD.ZIP Programming the gravis gamepad and analog pro
OPTIMIZE.ZIP Writing smaller games
PCTIM003.ZIP FAQ / App notes v3.0: Timing on the PC under DOS
This archive contains a technical document useful to PC
programmers, with many sample programs. The document covers
timing and related subjects on the IBM PC family under DOS.
Subjects include BIOS and DOS functions, the BIOS tick count,
hardware interrupts, timer tick interrupts, Port B, the
8253/8254 timer, speeding up the timer tick, dynamic tick
periods, simulated vertical retrace interrupt, double and
triple buffering, absolute timestamping, the RTC, other timing
methods, reading the joystick, PWM sound generation. Freeware.
PTMQASM.ZIP The poc guide to coding [qb/asm]
coding guide for qbasic and assembly
SER_PORT.ZIP This is a summary on serial communication using the TTY
protocol.
SNIP9611.ZIP The SNIPPETS collection is an archive of over 675 separate
files, over 90,000 lines of mostly C/C++ source code - all
public domain and freeware - which contains the best C/C++
answers to "How do I...?" programming questions.
UGPRG.ZIP The Ultimate Game Programming Reference Guide v1.0
This is a collection of specs/tutors written by OTHER people
the files are not not modified! (With the exception of the fact
that any binaries included in the original archives are no
longer contained.
===========================================================
Game sources
===========================================================
AQDEV027.ZIP Source for a sequel to Civilization like game (pascal)
ARSRC21.ZIP This is the source code to arena. It is nominally in c++ and
needs a c++ compiler but it's actually in very bad c.
DIVERACE.ZIP DIVERACE an OS/2 Game Programming Example
A little 3D Car-Driving game utilizing DIVE, Real-Time
soundmixing, Joystick- support and Palette-Management. Written
in Virtual PASCAL with full sourcecode. Version 0.1 (very beta ;-)
MAKSRC05.ZIP Source code for MakMan/2, a pacman clone for OS/2.
===========================================================
Network programming files
===========================================================
ETHERNET.ZIP Ethernet Network Questions and Answers
ETHERTYP.ZIP Ethernet Type Fields, etc.
IPXPMODE.ZIP IPX EXAMPLE FOR WATCOM C/C++ (10.0a) UNDER DOS4GW PMODE DPMI.
NETWARE.ZIP Netware Turbo Pascal API, NWTP V 1.0
The NwTP Interface Package is a set of libraries that enables
you to invoke over 300 NetWare system calls directly from Turbo
Pascal programs. This tool enhances your application's
performance by providing open access to NetWare's methods of
security handling, file and directory management,
communications, and other services.
NEWSLET4.ZIP TCP/IP Newsletter for Developers
PING.ZIP Source for a PING in C
Using the InterNet Control Message Protocol (ICMP) "ECHO"
facility, measure round-trip-delays and packet loss across
network paths.
TCPRTIME.ZIP Doing Realtime stuff with standard TCP/IP